FlexReport for WinForms
ReaderException コンストラクタ(String,Object[])


C1.Document.4.6.2 アセンブリ > C1.Ssrs 名前空間 > ReaderException クラス > ReaderException コンストラクタ : ReaderException コンストラクタ(String,Object[])
The exception message formatting string.
The list of parameters supplied to the formatting string.
Initializes a new instance of the ReaderException class with a formatted error message.
シンタックス
'宣言
 
Public Function New( _
   ByVal message As System.String, _
   ByVal ParamArray args() As System.Object _
)
'使用法
 
Dim message As System.String
Dim args() As System.Object
 
Dim instance As New ReaderException(message, args)
public ReaderException( 
   System.string message,
   params System.object[] args
)

パラメータ

message
The exception message formatting string.
args
The list of parameters supplied to the formatting string.
参照

参照

ReaderException クラス
ReaderException メンバ
オーバーロード一覧